coretest in miri: fix using unstable libtest features#153437
coretest in miri: fix using unstable libtest features#153437rust-bors[bot] merged 2 commits intorust-lang:mainfrom
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
@bors try jobs=x86_64-gnu-aux |
This comment has been minimized.
This comment has been minimized.
coretest in miri: fix using unstable libtest features try-job: x86_64-gnu-aux
de493e4 to
07a902a
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
I think for the failure we saw on beta, you'll have to also set that here: I was reproducing that failure on main by setting ... which is one of the last commands in that check script, with no |
|
It might be easier to have bootstrap set/append that to |
|
Oh right, we're also invoking
Thanks for confirming! |
This reverts commit 30d7ed4. It should not be needed any more.
07a902a to
e3b206c
Compare
Fair point. I tried that in the latest revision that I just pushed. |
e3b206c to
6b7dbff
Compare
|
cc @Kobzol -- this is probably more like the bootstrap-oriented fix you had in mind. |
|
@cuviper if you still have that setup, could you confirm that with this PR, |
Yes, propagating the env. var. from bootstrap seems generally better than to detect a magical MIRI env. var. in the libtest build script. |
Yes, it works. LGTM, thanks! @bors r+ rollup |
…cuviper coretest in miri: fix using unstable libtest features Alternative (IMO preferable) to rust-lang#153369. Also reverts that PR.
Rollup of 4 pull requests Successful merges: - #153202 ([win] Fix truncated unwinds for Arm64 Windows) - #153437 (coretest in miri: fix using unstable libtest features) - #153446 (Always use the ThinLTO pipeline for pre-link optimizations) - #153548 (add test for closure precedence in `TokenStream`s)
Alternative (IMO preferable) to #153369. Also reverts that PR.